Charting for WinForms Programmer's Guide
Series2D Constructor
See Also
 






Initializes a new instance of the Series2D class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Series2D (
    IList<Double> xValues,
    IList<Double> yValues,
    IList<string> labels
)

Visual Basic  Copy Code

Public New ( _
    xValues As IList(Of Double), _
    yValues As IList(Of Double), _
    labels As IList(Of String) _
)

 Parameters

xValues

A list of X coordinates.

yValues

A list of Y coordinates.

labels

A list of labels.

 See Also

Series2D Class
MindFusion.Charting Namespace